From 2439b8b95a19e5a057cc58c0b9aabce839ace46d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 22 Dec 2007 17:20:11 +0000 Subject: [PATCH] (syms_of_callint) : Add reference to history-length in the doc string. --- src/callint.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/callint.c b/src/callint.c index 9dcc077fd65..65ef8aacadb 100644 --- a/src/callint.c +++ b/src/callint.c @@ -960,7 +960,10 @@ This is what `(interactive \"P\")' returns. */); DEFVAR_LISP ("command-history", &Vcommand_history, doc: /* List of recent commands that read arguments from terminal. -Each command is represented as a form to evaluate. */); +Each command is represented as a form to evaluate. + +Maximum length of the history list is determined by the value +of `history-length', which see. */); Vcommand_history = Qnil; DEFVAR_LISP ("command-debug-status", &Vcommand_debug_status, -- 2.30.2